Text File | 1996-07-03 | 1016 b | 30 lines | [TEXT/ttxt]
IC++, a C++ interface to InternetConfig
Version 1.0b2
6/10/1996
by Dan Crevier
<mailto:dan@rhino.harvard.edu>
Introduction
IC++ is a C++ class for working with Internet Config.
IC++ is free to use, but I'd appreciate any bug fixes or additional functionality.
Usage
The ICTest.cpp file provides a demo of how to use CInternetConfig. It should be pretty easy to figure out.
Release Notes
Version 1.0b2 -- 6/10/96
• Added some code from Jerry Aman and Tom Emerson
• Added the Start() function, which you must call before performing any functions with CInternetConfig
• Got rid of the check in the constructor to see if it's installed. It was really only checking to see if the component was installed, and if you link with the glue, the component isn't necessary.
• Added a large number of functions for getting different preferences